projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0828b97
)
(croak): Add forward declaration.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 26 Apr 1998 02:18:58 +0000
(
02:18
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 26 Apr 1998 02:18:58 +0000
(
02:18
+0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index eec0295b4514228764843328f89885a6d7b02790..ea01f3515fc99e7982782dcb286bab068912d77e 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-243,6
+243,10
@@
extern short ospeed;
Under Unix, this is normally zero except when using X;
under VMS, we place the input channel number here. */
int input_fd;
+
+void croak P_ ((char *));
+
+
\f
/* Specify a different file descriptor for further input operations. */